home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_5
/
PlaceObject2_162_27
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
307 b
|
18 lines
onClipEvent(enterFrame){
if(_root.croco2.hitTest(_root.ship.hull))
{
tellTarget("_root.croco2.xx1.goxy")
{
gotoAndStop("touche");
play();
}
}
else
{
tellTarget("_root.croco2.xx1.goxy")
{
gotoAndStop(1);
}
}
}